Overview of Scheduled Unit Tests of Jasp Modules

Aggregated runs per module

Individual runs

Clicking on a dot opens the run log.

Debug info

Sys.time()
#> [1] "2022-10-21 05:45:12 UTC"
gh::gh_rate_limit()
#> $limit
#> [1] 1000
#> 
#> $remaining
#> [1] 755
#> 
#> $reset
#> [1] "2022-10-21 06:43:24 UTC"
print(messages)
#>  [1] "Running on CI, disabling cache"                                                                                                                                                
#>  [2] "[01/30] Making API calls for module jaspDescriptives..."                                                                                                                       
#>  [3] "[02/30] Making API calls for module jaspTTests..."                                                                                                                             
#>  [4] "[03/30] Making API calls for module jaspAnova..."                                                                                                                              
#>  [5] "[04/30] Making API calls for module jaspMixedModels..."                                                                                                                        
#>  [6] "[05/30] Making API calls for module jaspRegression..."                                                                                                                         
#>  [7] "[06/30] Making API calls for module jaspFrequencies..."                                                                                                                        
#>  [8] "[07/30] Making API calls for module jaspFactor..."                                                                                                                             
#>  [9] "[08/30] Making API calls for module jaspAudit..."                                                                                                                              
#> [10] "[09/30] Making API calls for module jaspBain..."                                                                                                                               
#> [11] "[10/30] Making API calls for module jaspBsts..."                                                                                                                               
#> [12] "[11/30] Making API calls for module jaspCircular..."                                                                                                                           
#> [13] "[12/30] Making API calls for module jaspCochrane..."                                                                                                                           
#> [14] "[13/30] Making API calls for module jaspDistributions..."                                                                                                                      
#> [15] "[14/30] Making API calls for module jaspEquivalenceTTests..."                                                                                                                  
#> [16] "[15/30] Making API calls for module jaspJags..."                                                                                                                               
#> [17] "[16/30] Making API calls for module jaspLearnBayes..."                                                                                                                         
#> [18] "[17/30] Making API calls for module jaspLearnStats..."                                                                                                                         
#> [19] "[18/30] Making API calls for module jaspMachineLearning..."                                                                                                                    
#> [20] "[19/30] Making API calls for module jaspMetaAnalysis..."                                                                                                                       
#> [21] "[20/30] Making API calls for module jaspNetwork..."                                                                                                                            
#> [22] "[21/30] Making API calls for module jaspPredictiveAnalytics..."                                                                                                                
#> [23] "[21/30] Module jaspPredictiveAnalytics failed with message:"                                                                                                                   
#> [24] "Error in gh_process_response(raw) : GitHub API error (404): Not Found"                                                                                                         
#> [25] "✖ URL not found:"                                                                                                                                                              
#> [26] "  <https://api.github.com/repos/jasp-stats/jaspPredictiveAnalytics/actions/workflows/unittests.yml/runs?branch=master&event=schedule&created=%3E%3D%202022-10-07&per_page=100>"
#> [27] "ℹ Read more at"                                                                                                                                                                
#> [28] "  <https://docs.github.com/rest/reference/actions#list-workflow-runs>"                                                                                                         
#> [29] ""                                                                                                                                                                              
#> [30] "[22/30] Making API calls for module jaspProcessControl..."                                                                                                                     
#> [31] "[23/30] Making API calls for module jaspProphet..."                                                                                                                            
#> [32] "[24/30] Making API calls for module jaspQMLComponents..."                                                                                                                      
#> [33] "[25/30] Making API calls for module jaspReliability..."                                                                                                                        
#> [34] "[26/30] Making API calls for module jaspSem..."                                                                                                                                
#> [35] "[27/30] Making API calls for module jaspSummaryStatistics..."                                                                                                                  
#> [36] "[28/30] Making API calls for module jaspSurvival..."                                                                                                                           
#> [37] "[29/30] Making API calls for module jaspTimeSeries..."                                                                                                                         
#> [38] "[30/30] Making API calls for module jaspVisualModeling..."
print(repos_successful)
#>  [1] "jaspDescriptives"      "jaspTTests"            "jaspAnova"            
#>  [4] "jaspMixedModels"       "jaspRegression"        "jaspFrequencies"      
#>  [7] "jaspFactor"            "jaspAudit"             "jaspBsts"             
#> [10] "jaspCircular"          "jaspCochrane"          "jaspDistributions"    
#> [13] "jaspJags"              "jaspLearnBayes"        "jaspMachineLearning"  
#> [16] "jaspMetaAnalysis"      "jaspNetwork"           "jaspProcessControl"   
#> [19] "jaspProphet"           "jaspReliability"       "jaspSem"              
#> [22] "jaspSummaryStatistics"
repos_failed <- setdiff(repos, repos_successful)
print(repos_failed)
#> [1] "jaspBain"                "jaspEquivalenceTTests"  
#> [3] "jaspLearnStats"          "jaspPredictiveAnalytics"
#> [5] "jaspQMLComponents"       "jaspSurvival"           
#> [7] "jaspTimeSeries"          "jaspVisualModeling"